xen/arm: vtimer: Switch the emulation functions return from int to bool
authorJulien Grall <julien.grall@arm.com>
Wed, 7 Dec 2016 12:33:41 +0000 (12:33 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 7 Dec 2016 21:42:44 +0000 (13:42 -0800)
commit748f5329fae944354adb91465ca8088062fa080c
tree10d736777fb528ce8f762b5cd59ce93161ed319b
parent779a0e15ca0d9d5dbcbdee29b1dad9faf73bfc77
xen/arm: vtimer: Switch the emulation functions return from int to bool

The emulation functions are always returning 0 or 1. Use bool instead to
make clear only two possible values exist.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/vtimer.c
xen/arch/arm/vtimer.h